projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72cdfb
)
restore (require 'font-lock) which is still needed
author
Daniel Pfeiffer
<occitan@esperanto.org>
Sun, 28 Mar 2004 13:23:39 +0000
(13:23 +0000)
committer
Daniel Pfeiffer
<occitan@esperanto.org>
Sun, 28 Mar 2004 13:23:39 +0000
(13:23 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index b49c16e13140a9a48179db999671e1dad50156ad..8415fd2050e6efc8642acb6acd214a678facd3c1 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-69,6
+69,9
@@
;;; Code:
+;; This is the parsing engine for compile:
+(require 'font-lock) ; needed to get font-lock-value-in-major-mode
+
(defgroup compilation nil
"Run compiler as inferior of Emacs, parse error messages."
:group 'tools